home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Shareware / Programare / hpad / hpad5pro.exe / {app} / templates / CSS / Theme 1.css < prev    next >
Cascading Style Sheet File  |  2003-12-14  |  719b  |  61 lines

  1. body
  2. {
  3.   font-family: Verdana, Arial, Helvetica;
  4.   background-color: #FFFFCC;
  5.   color: #666633;
  6. }
  7.  
  8. a:link
  9. {
  10.   color: #3399FF
  11. }
  12.  
  13. a:visited
  14. {
  15.   color: #3366CC
  16. }
  17.  
  18. a:active
  19. {
  20.   color: #FF9900
  21. }
  22.  
  23. h1
  24. {
  25.   font-family: 'Times New Roman', Times;
  26.   color: #999933;
  27.   font-size: xx-small;
  28.   border: 1px dashed Gray;
  29.   background: Silver;
  30. }
  31.  
  32. h2
  33. {
  34.   font-family: 'Times New Roman', Times;
  35.   color: #CC9900
  36. }
  37.  
  38. h3
  39. {
  40.   font-family: 'Times New Roman', Times;
  41.   color: #006699
  42. }
  43.  
  44. h4
  45. {
  46.   font-family: 'Times New Roman', Times;
  47.   color: #999900
  48. }
  49.  
  50. h5
  51. {
  52.   font-family: 'Times New Roman', Times;
  53.   color: #FF9900
  54. }
  55.  
  56. h6
  57. {
  58.   font-family: 'Times New Roman', Times;
  59.   color: #3366CC
  60. }
  61.